github.com/andybalholm/brotli/matchfinder.Trio.table5 (field)
12 uses
github.com/andybalholm/brotli/matchfinder (current package)
trio.go#L10: table5 [1 << 16]tableEntry
trio.go#L16: z.table5 = [len(z.table5)]tableEntry{}
trio.go#L32: for i := range z.table5 {
trio.go#L33: v := z.table5[i].offset
trio.go#L36: z.table5[i] = tableEntry{}
trio.go#L38: z.table5[i].offset = v
trio.go#L101: candidate5 := z.table5[nextHash5]
trio.go#L106: z.table5[nextHash5] = entry
trio.go#L193: z.table5[z.hash5(cv0)] = te0
trio.go#L211: z.table5[nextHash5] = entry
trio.go#L286: z.table5[z.hash5(cv0)] = te0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |